xen.git
2005-08-25 cl349@firebug... merge?
2005-08-25 cl349@firebug... Updated to reflect new tools added here.
2005-08-25 kaf24@firebug... Ensure explicit asm statememt goes in the correct section.
2005-08-25 cl349@firebug... Break the building/save/restore code out into a separat...
2005-08-24 cl349@firebug... Rename libxc => libxenctrl and xc.h => xen/xenctrl.h
2005-08-24 cl349@firebug... Rename grant-id to ring-ref.
2005-08-24 cl349@firebug... Watch may fire before we've allocated the interface...
2005-08-24 cl349@firebug... Unregister watch in error path.
2005-08-24 cl349@firebug... Avoid calling device_unregister from device_register...
2005-08-24 cl349@firebug... Disable debug output again.
2005-08-24 kaf24@firebug... Print status of Flush Filter on AMD64 processors during
2005-08-24 cl349@firebug... merge?
2005-08-24 kaf24@firebug... Always free the lowest 1MB of pseudo-physical memory...
2005-08-24 cl349@firebug... Revert changeset a3822cb3b2b3c24e6b46c1fed3e6c366817f52ad.
2005-08-24 kaf24@firebug... Fix x86/64 pagetable initialisation so that only things...
2005-08-24 kaf24@firebug... Add EXT3 as built-in filesystem for x86/64 domU.
2005-08-24 kaf24@firebug... Copy correct number of bytes for xen_start_info in...
2005-08-24 kaf24@firebug... Initialise syscall32 vsyscall page early, as it may...
2005-08-24 cl349@firebug... Update comment.
2005-08-24 cl349@firebug... Don't use the grant pre-allocation system for the ring...
2005-08-24 cl349@firebug... Add some additional error nodes when block device setup...
2005-08-24 cl349@firebug... Fix the exception thrown when doing, for example, ...
2005-08-23 cl349@firebug... Xenstore testsuite robustness: save output rather than...
2005-08-23 cl349@firebug... Fix xenstore testsuite for valgrind 3.0 and latest...
2005-08-23 cl349@firebug... Make directories implicitly for mkdir and write.
2005-08-23 cl349@firebug... g/c extra test.
2005-08-23 cl349@firebug... Put the call to notifier_call_chain() back in do_xenbus...
2005-08-23 cl349@firebug... merge?
2005-08-23 cl349@firebug... xenstat/xentop merge.
2005-08-23 cl349@firebug... merge?
2005-08-23 cl349@firebug... g/c vbd active.
2005-08-23 kaf24@firebug... Fix non-hotplug i386 build. Spotted by Rik van Riel.
2005-08-23 cl349@firebug... Remove blkback 2.4 support since we don't support 2...
2005-08-23 cl349@firebug... merge?
2005-08-23 cl349@firebug... Minor cleanup.
2005-08-23 kaf24@firebug... Build topology.c into x86/64 xenlinux kernel. This...
2005-08-23 kaf24@firebug... Ensure cur_pgd per-cpu variables are initialised early.
2005-08-23 kaf24@firebug... Don't mask off arbitrary error-code bits in i386 xenlinux
2005-08-23 kaf24@firebug... Improve show_page_walk() debugging in Xen, to print
2005-08-23 cl349@firebug... More cleanups and fix free_blkif from wrong context...
2005-08-23 cl349@firebug... Drop support for multiple vbds per blkif.
2005-08-23 cl349@firebug... Move major/minor macros into public header, rename...
2005-08-23 kaf24@firebug... Link xentop with ncurses. Distros generally do not...
2005-08-23 kaf24@firebug... Update ignores list.
2005-08-23 kaf24@firebug... Merge x86_64 and i386 ioremap.c.
2005-08-23 cl349@firebug... Update netfront for grant table interface changes.
2005-08-23 kaf24@firebug... Fix PAE and x86/64 when NX/XD is unavailable.
2005-08-23 cl349@firebug... Cleanup grant table code.
2005-08-23 kaf24@firebug... phys_to_machine_mapping array is not an array of longs.
2005-08-23 kaf24@firebug... This patch extends I/O APIC guest writes so that the...
2005-08-23 cl349@firebug... g/c struct work_struct declaration.
2005-08-23 kaf24@firebug... This patch turns on host-side USB support in the x86_64...
2005-08-23 kaf24@firebug... Remove double invocation of vmx_intr_assist when VM_EXIT
2005-08-23 cl349@firebug... Add EXPORT_SYMBOL for gnttab_free_grant_reference.
2005-08-23 cl349@firebug... Update gnttab_free_callback_list locking.
2005-08-23 cl349@firebug... Add locking for gnttab_free_callback_list.
2005-08-23 cl349@firebug... merge?
2005-08-23 cl349@firebug... merge?
2005-08-23 cl349@firebug... Use explicit functions with args instead of work_struct...
2005-08-23 jfisch@us.ibm.comAdd xenversion support
2005-08-22 josht@us.ibm.comAdd a newline to the fscanf format string used to parse...
2005-08-22 josht@us.ibm.comMake the set_delay function use the provided parameter...
2005-08-22 josht@us.ibm.comChange default xentop update delay from 1 to 3 seconds.
2005-08-22 cl349@firebug... Fix compiler warnings.
2005-08-22 cl349@firebug... Merge libxenstat and xentop.
2005-08-22 cl349@firebug... Use a block interface for each device.
2005-08-22 cl349@firebug... Update for grant table interface changes.
2005-08-22 cl349@firebug... Grant table updates for block device changes.
2005-08-22 kaf24@firebug... no pae by default
2005-08-22 kaf24@firebug... We cannot allow nested C functions. They create a stack
2005-08-22 kaf24@firebug... Apply Ross Mcilroy's balloon_dealloc_empty_page_range...
2005-08-22 cl349@firebug... First pass at using one block interface per device.
2005-08-22 cl349@firebug... merge?
2005-08-22 cl349@firebug... Remove option for running block devices without grant...
2005-08-22 kaf24@firebug... No 'boot error' message if booting secondary vcpu succeeds.
2005-08-22 kaf24@firebug... Ensure that 64-bit get_user/put_user only transfer to
2005-08-22 kaf24@firebug... Fix out-of-source-tree build problem.
2005-08-22 kaf24@firebug... I noticed that an old problem is back (see below)....
2005-08-22 kaf24@firebug... Ordering was broken in the course of separating XEN...
2005-08-22 kaf24@firebug... When building in a tree with (the sparse trees and...
2005-08-21 kaf24@firebug... Make grant-table dev_bus_addr really be an address...
2005-08-21 vh249@arcadians... fix logic of ballooning out to handle the dom0_min_mem...
2005-08-21 kaf24@firebug... Fix debug build.
2005-08-21 akw27@arcadians... Remove dead code from blkback.
2005-08-21 cl349@firebug... merge?
2005-08-21 cl349@firebug... Fix fallout from "Get rid of memory_t." checkin.
2005-08-21 cl349@firebug... merge?
2005-08-21 kaf24@firebug... Fix dom0 memory allocation.
2005-08-21 iap10@freefall... PAE fix to allow dom0 to be >4GB. PAE has made huge...
2005-08-20 kaf24@firebug... Fix NORMAL_PT_UPDATE for PAE when page is not pinned.
2005-08-20 kaf24@firebug... Defining PAGE_SIZE as int broke x86/64. Revert that...
2005-08-20 kaf24@firebug... Fix put_pte_flags() for Xen PAE.
2005-08-20 kaf24@firebug... Not ready for pae by default just yet. ;-)
2005-08-20 kaf24@firebug... Fix PAE boot.
2005-08-20 kaf24@firebug... I find at present "make uninstall" won't remove all...
2005-08-20 kaf24@firebug... We need to detect ioemu handled devices earlier and...
2005-08-20 kaf24@firebug... Mini-os updated to use the new time interface.
2005-08-19 iap10@freefall... Hopefully fix build with SLES9 compiler.
2005-08-19 mark.williamson... Minor xenstat changes from Christian Limpach.
2005-08-19 sd386@font... Local merge of two headed repo.
next